home *** CD-ROM | disk | FTP | other *** search
/ Experimental BBS Explossion 3 / Experimental BBS Explossion III.iso / os2 / dxp231.zip / README < prev    next >
Text File  |  1993-11-08  |  5KB  |  121 lines

  1. Making Hard Copy of the Document
  2. ================================
  3.  
  4. The documentation (DXP.DOC) in the package has been typeset with a 57-line
  5. page so it will print nicely on most printers.
  6.  
  7. In order to print the documentation, you can type the following on the
  8. command line:
  9.  
  10. copy dxp.doc prn
  11.  
  12. OR
  13.  
  14. type dxp.doc > prn
  15.  
  16.  
  17. Disk eXPress 2.30 Images and Older Versions of Disk eXPress
  18. ===========================================================
  19.  
  20. Older versions of Disk eXPress have no knowledge of the Data Encryption
  21. feature introduced in version 2.30.  Running an older version of Disk
  22. eXPress against an encrypted and compressed image will cause it to crash.
  23. For uncompressed but encrypted images, the data restored to diskettes will
  24. be encrypted, and therefore, making the diskettes unusable.
  25.  
  26.  
  27. Installation Recommendation
  28. ===========================
  29.  
  30. It is recommended you use either the 32-bit or the 16-bit version of
  31. Disk eXPress.  If you maintain both versions on your hard drive under
  32. 32-bit OS/2, the recommended setup for your LIBPATH and PATH may look like
  33. this:
  34.  
  35. LIBPATH=.;C:\DLL32;C:\DLL16; ... C:\OS2\DLL;C:\OS2\APPS\DLL; ... ;
  36. SET PATH=C:\OS;C:\OS2\SYSTEM; ... C:\BIN32;C:\BIN16; ... C:\FAMBIN; ... ;
  37.  
  38.  
  39. C:\DLL32  -- for holding 32-bit OS/2 DLLs
  40. C:\DLL16  -- for holding 16-bit OS/2 DLLS
  41. C:\BIN32  -- for holding 32-bit OS/2 executables
  42. C:\BIN16  -- for holding 16-bit OS/2 executables
  43. C:\FAMBIN -- for holding OS/2 family and dual mode executables
  44.  
  45. Copy DXP.EXE to C:\FAMBIN.  Rename DXP32.EXE to DXP.EXE and copy it under
  46. C:\BIN32.
  47.  
  48. If you only use DOS, you can copy DXP.EXE to any subdirectory under your
  49. current search path.
  50.  
  51.  
  52. Disk eXPress 32-bit and Extremely Fast Systems
  53. ==============================================
  54.  
  55. On the average systems, the 32-bit OS/2 version of Disk eXPress will run
  56. faster than the 16-bit version by about 30%.  However, on extremely fast
  57. systems (486DX-50, 486DX2-66, and Pentium), you may notice the diskette
  58. read/write thread running slower than the 16-bit version.  This has been
  59. traced down to motherboard and floppy controller mismatch and/or incorrect
  60. ISA bus timimg.  If you are using an ISA bus PC, make sure the bus speed
  61. is set to 8MHz.
  62.  
  63.  
  64. Self-Extracting Executable and non-DOS Diskette
  65. ===============================================
  66.  
  67. The self-extracting executable will not recognize and write to non-DOS
  68. diskette.  Use a DOS formatted diskette, or use DXP or Xtract to write
  69. to the non-DOS diskette.  You may need the /a switch to specify diskette
  70. capacity if auto-sensing fails to detect the correct physical diskette
  71. type.
  72.  
  73. The /a switch in Xtract is undocumented.  The syntax for using it to
  74. specify a non-DOS diskette is the same as Disk eXPress.  Xtract is
  75. available in the licensed version of Disk eXPress.
  76.  
  77. When running the 16-bit OS/2 version of Disk eXPress under OS/2 1.x, the
  78. automatic diskette detection logic will not detect diskettes with non-
  79. standard number of tracks due to the limitation of the floppy driver.
  80. For instance, an 82 tracks diskette will be detected as having 80 tracks;
  81. and therefore, the image file produced is incorrect.
  82.  
  83. When using DXP under DOS, the automatic diskette sensing routine limits
  84. the detection of non-DOS diskette in either drive A or B.  External
  85. diskette drives using drive letter other than A or B is not supported.
  86. In this case, you must either use the /a switch to specify capacity or
  87. use the OS/2 version of DXP.
  88.  
  89.  
  90. Sector Skew Optimization and Old Floppy Hardware
  91. ================================================
  92.  
  93. Sector skew optimization may not work on old floppy drives which may have
  94. very slow track-to-track access time; or on slow systems, such as a 286 PC
  95. or even a low end 386SX.  If Disk eXPress is running slower with a sector
  96. skew optimized diskette, reformat the diskette with regular FORMAT or use
  97. the /f switch in the future instead.  Sector skewing has no appreciable
  98. effects under DOS, since it does not support multi-threading.
  99.  
  100.  
  101. New Addition to Disk eXPress: VMDISKX
  102. =====================================
  103.  
  104. Starting with Version 2.20, Disk eXPress includes an additional program
  105. called VMDISKX.  VMDISKX performs the reverse of VMDISK for making the
  106. Virtual Machine Boot diskette for OS/2 2.x.  This program is provided
  107. 'as-is'.
  108.  
  109. Here is the help screen for VMDISKX:
  110.  
  111. VMDISKX  Version 1.02  11/08/93
  112. (c) Copyright 1993 Albert J. Shan.  All Rights Reserved.
  113.  
  114. usage: VMDISKX VMB_Image drive: [/f]
  115.  
  116.  VMB_Image  Diskette image file created by VMDISK
  117.      drive  Target diskette drive
  118.         /f  Format the target diskette (optional)
  119.  
  120. Example: VMDISKX dos.img a: /f
  121.